From: Waldemar Konik Date: Mon, 4 Jun 2018 22:23:46 +0000 (+0200) Subject: python-curl: Fix compilation error after upgrade to 7.43.0.2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=c888c876d73583216c1cdbb01fd79829f0f9e679;p=feed%2Fpackages.git python-curl: Fix compilation error after upgrade to 7.43.0.2 Signed-off-by: Waldemar Konik --- diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index 21c46db01a..3986b14abb 100644 --- a/lang/python/python-curl/Makefile +++ b/lang/python/python-curl/Makefile @@ -32,7 +32,7 @@ Python module interface to the cURL library. endef define Build/Compile - $(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR)) + $(call Build/Compile/PyMod,,install --with-openssl --prefix=/usr --root=$(PKG_INSTALL_DIR)) endef define Package/python-curl/install